home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 498 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: mail2news.demon.co.uk!genesis.demon.co.uk
  2. From: Lawrence Kirby <fred@genesis.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: HELP ME how to write RESIDENT progs
  5. Date: Fri, 05 Jan 96 21:32:09 GMT
  6. Organization: none
  7. Message-ID: <820877529snz@genesis.demon.co.uk>
  8. References: <APC&63'0'14d05e82'c54@glas.apc.org>
  9. Reply-To: fred@genesis.demon.co.uk
  10. X-NNTP-Posting-Host: genesis.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.27
  12. X-Mail2News-Path: genesis.demon.co.uk
  13.  
  14. In article <APC&63'0'14d05e82'c54@glas.apc.org> sanya@glas.apc.org  writes:
  15.  
  16. >
  17. >
  18. > HELP PLEASE !!
  19. >
  20. >
  21. >
  22. >  I am trying to write a resident program whichwill stay in RAM
  23. >
  24. >  and will begin to work if I press a special key combination
  25. >
  26. >  called a HOT-KEY. It is always shown when you run a resident
  27. >
  28. >  program for a first time.
  29.  
  30. At a guess you are trying to write a DOS TSR. You need to use DOS specific
  31. call to do this that are beyond the scope of the C language. Try
  32. comp.os.msdos.programmer.
  33.  
  34. >  I am using a compiler where the KEEP() fuction makes the
  35. >
  36. >  current program a resident one. I hope you are using this
  37. >
  38. >  compiler, too.
  39.  
  40. Again, you're better off asking in comp.os.msdos.programmer. comp.lang.c
  41. is for topics that are not system or compiler specific.
  42.  
  43. -- 
  44. -----------------------------------------
  45. Lawrence Kirby | fred@genesis.demon.co.uk
  46. Wilts, England | 70734.126@compuserve.com
  47. -----------------------------------------
  48.